Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace WalletConnect with Google and GitHub authentication #36

Merged
merged 21 commits into from
Jan 3, 2025

Conversation

0xaaiden
Copy link
Member

@0xaaiden 0xaaiden commented Dec 18, 2024

Replace WalletConnect with Google and GitHub authentication using NextAuth.js.

  • Dashboard Layout:

    • Remove WalletConnect component.
    • Add useSession and signIn from next-auth/react.
    • Replace WalletConnect with buttons for Google and GitHub sign-in.
  • General Layout:

    • Remove WalletConnect component.
    • Add useSession and signIn from next-auth/react.
    • Replace WalletConnect with buttons for Google and GitHub sign-in.
  • Site Header:

    • Remove WalletConnect component.
    • Add useSession and signIn from next-auth/react.
    • Replace WalletConnect with buttons for Google and GitHub sign-in.
  • Session Management:

    • Update getSession function in lib/session.ts to support NextAuth.js sessions.
  • NextAuth.js Configuration:

    • Add pages/api/auth/[...nextauth].ts to configure Google and GitHub OAuth providers.
  • Remove SIWE Components:

    • Delete button-siwe-login.tsx, button-siwe-logout.tsx, is-signed-in.tsx, is-signed-out.tsx, siwe-login.ts, siwe-logout.ts, siwe-message.ts, index.ts, logout.ts, nonce.ts, and verify.ts from integrations/siwe.

For more details, open the Copilot Workspace session.

Replace WalletConnect with Google and GitHub authentication using NextAuth.js.

* **Dashboard Layout**:
  - Remove `WalletConnect` component.
  - Add `useSession` and `signIn` from `next-auth/react`.
  - Replace `WalletConnect` with buttons for Google and GitHub sign-in.

* **General Layout**:
  - Remove `WalletConnect` component.
  - Add `useSession` and `signIn` from `next-auth/react`.
  - Replace `WalletConnect` with buttons for Google and GitHub sign-in.

* **Site Header**:
  - Remove `WalletConnect` component.
  - Add `useSession` and `signIn` from `next-auth/react`.
  - Replace `WalletConnect` with buttons for Google and GitHub sign-in.

* **Session Management**:
  - Update `getSession` function in `lib/session.ts` to support NextAuth.js sessions.

* **NextAuth.js Configuration**:
  - Add `pages/api/auth/[...nextauth].ts` to configure Google and GitHub OAuth providers.

* **Remove SIWE Components**:
  - Delete `button-siwe-login.tsx`, `button-siwe-logout.tsx`, `is-signed-in.tsx`, `is-signed-out.tsx`, `siwe-login.ts`, `siwe-logout.ts`, `siwe-message.ts`, `index.ts`, `logout.ts`, `nonce.ts`, and `verify.ts` from `integrations/siwe`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/function03-labs/WalletLabels?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

vercel bot commented Dec 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wallet-labels ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 1, 2025 5:17pm

* **Dashboard Layout**: Replace `WalletConnect` with buttons for Google, GitHub, and email sign-in.
* **General Layout**: Replace `WalletConnect` with buttons for Google, GitHub, and email sign-in.
* **Site Header**: Replace `WalletConnect` with buttons for Google, GitHub, and email sign-in.
* **NextAuth Configuration**: Add email provider configuration to `pages/api/auth/[...nextauth].ts`.
- Added console logs for debugging in dashboard layout and profile pages.
- Updated session handling to use NextAuth.js in `lib/session.ts`.
- Changed user retrieval in the submit page to use user ID instead of email.
- Removed unused blockchain components and cleaned up imports.
- Deleted several wallet-related components to streamline the codebase.
- one sign in button
- Improved the sign-in page layout with a new design and form validation using Zod.
- Adjusted email sign-in link validity duration from 24 hours to 1 hour
- Updated the Dashboard API Keys page to conditionally render content based on user subscription status, promoting plan upgrades for free-tier users.
- Enhanced the Pricing page with a Suspense fallback for loading states, improving user experience during data fetching.
- Modified the DashboardGenerateAPIkeysDialog to dynamically set API key limits based on the user's subscription plan.
- Improved the PricingClient and PricingLoading components to handle loading states more effectively and provide a better user interface.
- Removed unused components and cleaned up imports to streamline the codebase.
- Added APIKeysTable component with Suspense loading
- Optimized key sorting and rendering performance
- Enhanced key generation/deletion feedback
- Improved state management and UI updates
…iptionClient. Insert apiKey instead of secret.
@0xaaiden 0xaaiden merged commit 063d1c9 into main Jan 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants